/* 青骄科技 -- 天童美语  --  通用模块  ---  样式表 */
/* TIME:2021-02-22 | author: Hefengyu */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}

html *::-webkit-scrollbar {
	width: 7px;
	background: #fff;
}

html *::-webkit-scrollbar-thumb {
	background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
	width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

fieldset,
iframe,
img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video,
progress {
	display: inline-block;
	vertical-align: baseline
}

button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}

button:disabled {
	cursor: default
}

audio:not([controls]) {
	display: none
}

input {
	font-family: '微软雅黑'
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'Microsoft YaHei'
}

body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555;
	overflow-x: hidden;
}

a,
a:link,
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:hover {
	text-decoration: none
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dd {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

.clearfix {
	clear: both;
}
.container{
	width: 1300px;
	margin: 0 auto;
}
.vh-100 { 
	height: 100vh !important 
}
.hidden-lg{
	display: none;
}
.hidden-md,
.hidden-sm,
.hidden-sx{
	display: block;
}

.visible-lg{
	display: block;
}
.visible-md,
.visible-sm,
.visible-xs{
	display: none;
}
@font-face {
	font-family: 'di';
	/* src: url('../fonts/pingfang-webfont.eot'); */
	src: url('../fonts/di.woff') format('woff'),
		url('../fonts/di.woff2') format('woff2');
	/* url('../fonts/pingfang-webfont.eot?#iefix') format('embedded-opentype')
       url('../fonts/pingfang-webfont.ttf') format('truetype'),
       url('../fonts/pingfang-webfont.svg#pingfang') format('svg') */
	font-weight: normal;
	font-style: normal;
}

/* 顶部 */
header{
	padding: 0 6%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1111;
	width: 100%;
}
header .logo{
	width: 360px;
}
header .logo img{
	display: block;
	width: 100%;
}
nav ul{
	display: flex;
}
nav li{
	position: relative;
}
nav li a{
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	padding: 20px;
	margin: 0 20px;
	display: block;
}
nav li.active>a{
	background: #fb8557;
}
nav li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}
header .right{
	display: flex;
}
header .right .item{
	margin-left: 25px;
	cursor: pointer;
	position: relative;
}
header .right .item i{
	color: #fff;
	font-size: 24px;
}
header .right .item img{
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,0);
	display: none;
	width: 150px;
}
.outlink a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background: #fcbe00;
	padding: 0 30px;
}
.drop-down {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 88px;
	transform: translate(-50%, 0);
	width: 100%;
	text-align: center;
	z-index: 999;
	padding: 15px;
	display: none;
}

.drop-down a {
	display: block;
	color: #555;
	font-size: 14px;
	line-height: 2.5;
	margin: 0;
	padding: 0;
}

.drop-down a:hover {
	color: #fb8557;
}









/* 通用 */
.title{
	line-height: 1;
	text-align: center;
}
.title h4{
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}
.title h6{
	font-size: 18px;
	color: #999;
}


/* 底部 */
footer{
	background: #333333;
}
footer .container-lg{
	padding: 60px 0;
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .logo-f{
	width: 20%;
}
footer .logo-f img{
	width: 100%;
	display: block;
}
footer .nav-f{
	width: 55%;
	display: flex;
   justify-content: space-around;
   padding: 0 30px
}
footer .nav-f .item{
	margin: 0;
}
footer .nav-f .item:last-child{
	width: 36%
}
footer .nav-f .item a{
	display: block;
}
footer .nav-f .item .til a{
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}
footer .nav-f .item .cn,
footer .nav-f .item .cn a{
	font-size: 14px;
	color: #888;
}
footer .right-f{
	display: flex;
	width: 25%;
}
footer .right-f .item-e{
	width: 100px;
	height: 100px;
	transition: all ease 0.5s;
}
footer .right-f .item-e img{
	width: 100%;
}
footer .right-f .item-e:hover{
	width: 120px;
}
footer .right-f .item-e{
	margin-left: 10px;
	text-align: center;
	color: #fff;
}
.copyright{
	border-top: 1px solid #666666;
	line-height: 30px;
	padding: 15px 0;
	color: #666;
	text-align: center;
	font-size: 12px;
}
.copyright a{
	color: #666;
	display: inline-block;
	margin: 0 20px;
}
footer .nav-f .item .til a:hover{
	color: #fb8557;
}
footer .nav-f .item .cn a:hover{
	color: #fb8557;
}
footer a:hover{
	color: #fb8557;
}



/* --手机站导航-- */
.sp_header {
	height: 50px;
	/*overflow: hidden;*/
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
}

.sp_logo {
	float: left;
}

.sp_logo img {
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	margin-right: 20px;
	width: 150px;
}

.sp_nav {
	width: 55px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 14px
}

.sp_nav span {
	display: block;
	background: #fb8557;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s;
	/* border-radius: 4px; */
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(2) {
	width: 20px
}

.sp_nav_se span:nth-of-type(3) {
	width: 10px
}

.sjj_nav {
	position: fixed;
	z-index: 999999;
	background: #fff;
	width: 60%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	right: -60%;
	border-top: 1px #e9e9e9 solid;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}

.nav_show {
	right: 0
}

.sjj_nav ul li i {
	position: absolute;
	top: 6px;
	right: 0px;
	/*border-left: 1px #eee solid;*/
	height: 30px;
	padding: 0px 7px 0 7px
}

.sjj_nav>ul>li {
	border-bottom: 1px #e9e9e9 solid;
	padding: 0 20px;
	position: relative;
	line-height: 46px;
	font-size: 14px
}

.sjj_nav ul li ul {
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sjj_nav ul li>ul>li {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	width: 100%;
}

.sjj_nav ul li a {
	color: #333;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #888;
	text-align: left;
	display: block;
	width: 100%;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #fb8557;
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 5px 0;
	border-top: 1px #e9e9e9 solid;
	overflow: hidden
}

.yd_nav ul {
	overflow: hidden;
}

.yd_nav ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.yd_nav ul li:last-child {
	border-right: 0
}

.yd_nav ul li h4 {
	color: #888;
	margin: 0;
	font-size: 13px;
	line-height: 14px;
}

.yd_nav ul li i {
	color: #888;
	font-size: 20px;
	line-height: 20px;
}

.yd_nav ul .active h4 {
	color: #fb8557;
}

.yd_nav ul .active i {
	color: #fb8557;
}

.wap_nav .zc-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 888;
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.5s;
}

.wap_nav .zc-bg.current {
	visibility: visible;
	opacity: 1;
}

/* 手机端底部 */
.footer-wap{
	background: #333;
	text-align: center;
}
.footer-wap .cont{
	padding: 30px 0;
}
.footer-wap .logo-f{
	width: 250px;
	margin: 0 auto 20px auto;
}
.footer-wap .logo-f img{
	width: 100%;
	display: block;	
}
.footer-wap .item .til{
	font-size: 24px;
	color: #fff;
}
.footer-wap .item .cn{
	color: #999;
}
.footer-wap .group-e{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding: 0 15px;
}
.footer-wap .item-e{
	margin-top: 20px;
	color: #999;	width: 33.33%;
	margin: 0 5px;
}
.footer-wap .item-e img{
	width: 100%;
}
.footer-wap .copyright{
	line-height: 20px;
	padding: 15px 0;
}

/* 2021/03/31新增 */
.world-cont-position{
	padding-top: 100px;
}
.world-cont-position .container{
	width: 1000px;
	padding: 0 0.5%;
}
.world-cont-position .item:nth-child(2),.world-cont-position .item:nth-child(3){
	margin-top: 40px;
}
.world-cont-position .til-show{
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}
.world-cont-position .til-show::after{
	content: '';
	width: 5px;
	height: 30px;
	background: #fb8557;
	position: absolute;
	top: 12px;
	left: 0;
} 





/* 表单 */
.form{
	text-align: center;
	padding: 50px 0 100px 0;
}
.form .group{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 1000px;
	margin: 0 auto;
}
.form .item{
	width: 48%;
	margin: 1%;
	text-align: left;
}
.form .item label{
	width: 100%;
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.form .item input{
	display: block;
	line-height: 45px;
	border: 1px solid #ddd;
	width: 100%;
	padding: 0 15px;
}
.form .item.last-child{
	width: 100%;
}
.form .item textarea{
	width: 100%;
	display: block;
	height: 120px;
	border: 1px solid #ddd;
	padding: 15px;
	font-family: "雅黑";
}
.form button{
	width: 200px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #fb8557;
	margin-top: 30px;
}
.item-file {
	padding: 0 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.item-file  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.item-file:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}


/* 详情页 */

.commen-show{
	padding: 100px 0;
}
.commen-show .top{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.commen-show .top h4{
	font-size: 30px;
	line-height: 1;
	color: #333;
	margin-bottom: 15px;
}
.commen-show .cont{
	font-size: 15px;
	line-height: 30px;
}
.commen-show .cont img{
	max-width: 100%;
}
.commen-show .bottom{
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
}
.commen-show .bottom a{
	font-size: 15px;
	color: #333;
	display: block;
}
.commen-show .bottom a.nth-child{
	position: absolute;
	top: 25px;
	right: 0;
	width: 160px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #fb8557;
	border-radius: 25px;
}














/* ---------------------------------------1680--------------------------------------- */
@media(max-width:1680px) {
	header .logo{
		width: 300px;
	}
	nav li a{
		font-size: 14px;
	}
	.drop-down{
		top: 86px;
	}
	.drop-down a{
		font-size: 13px;
	}
	header .right .item i{
		font-size: 20px;
	}
	footer .container-lg{
		width: 1200px;
	}
	footer .logo-f{
		width: 240px;
	}
	footer .right-f .item-e{
		width: 80px;
	}
	footer .nav-f .item{
		margin: 0;
	}
	footer .nav-f .item .til a{
		font-size: 14px;
	}
	footer .nav-f .item .cn, footer .nav-f .item .cn a{
		font-size: 12px;
	}
	.copyright{
		padding: 10px 0;
	}
	footer .right-f .item-e h4{
		font-size: 12px;
	}
}

/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {
	.container{
		width: 1200px;
	}	header .logo{
	
		width: 260px;
	
	}
	nav li a{
		margin: 0 10px;
	}
	.outlink a{
		font-size: 14px;
		padding: 15px;
		line-height: 15px;
	}
  footer .nav-f{
  padding: 0;
  }
}

/* ---------------------------------------1367--------------------------------------- */
@media(max-width:1367px) {
	
}

/* ---------------------------------------1200--------------------------------------- */
@media(max-width:1200px) {
	.hidden-lg,
	.hidden-sm,
	.hidden-sx{
		display: block;
	}
	.hidden-md{
		display: none;
	}
	
	.visible-lg,
	.visible-sm,
	.visible-xs{
		display: none;
	}
	.visible-md{
		display: block;
	}
	.container{
		width: 970px;
	}
	body{
		padding: 0 0 50px 0;
	}
	.form .group{
		width: 720px;
	}
}

/* ---------------------------------------992--------------------------------------- */
@media(max-width:992px) {
	.hidden-lg,
	.hidden-md,
	.hidden-sx{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
	
	.visible-lg,
	.visible-md,
	.visible-xs{
		display: none;
	}
	.visible-sm{
		display: block;
	}
	
	.container{
		width: 720px;
	}
}

/* ---------------------------------------767--------------------------------------- */
@media(max-width:767px) {
	.hidden-lg,
	.hidden-md,
	.hidden-sm{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	
	.visible-lg,
	.visible-md,
	.visible-sm{
		display: none;
	}
	.visible-xs{
		display: block;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.form{
		padding: 40px 0;
	}
	.form .group{
		width: 100%;
	}
	.form .item label{
		display: none;
	}
	.form .item.item-file label{
		display: block;
	}
	.form .item{
		width: 100%;
		margin: 10px 0;
	}
	.form button{
		width: 100%;
		margin-top: 10px;
	}
	.commen-show{
		padding: 40px 0;
	}
	.commen-show .top{
		text-align: left;
	}
	.commen-show .top h4{
		font-size: 28px;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.commen-show .top{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.commen-show .cont{
		font-size: 14px;
	}
	.commen-show .bottom{
		padding-top: 10px;
		margin-top: 10px;
	}
	.commen-show .bottom a{
		font-size: 14px;
	}
	.commen-show .bottom a.nth-child{
		position: initial;
		width: 120px;
		line-height: 40px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.world-cont-position{
		padding-top: 50px;
	}
	.world-cont-position .container{
		width: 100%;
		padding: 0 15px;
	}
	.world-cont-position .til-show{
		font-size: 24px;
		margin-bottom: 0px;
	}
	.world-cont-position .til-show::after{
		content: '';
		height: 20px;
	}
	.world-cont-position .item:nth-child(2), .world-cont-position .item:nth-child(3){
		margin-top: 20px;
	}
}

/* ---------------------------------------340--------------------------------------- */
@media(max-width:340px) {
	
}
/*分页相关*/.pagelist{ text-align: center; margin-top: 15px;}
.pagelist ul{text-align:center;margin:20px 0; font-size: 14px;width: 100%;}
.pagelist li{display:inline-block;border-radius: 3px; margin: 0.1rem 0;}
.pagelist li a{
	display: inline-block;
	    min-width: 15px;
	    padding: 0 15px;
	    line-height: 30px;
	    color: #333;
	    background-color: #eee;
	    margin: 0 3px;
	    -webkit-transition: .3s;
	    -moz-transition: .3s;
	    transition: .3s;
	}
.pagelist li a:hover{
	color:#333;
	background:#eee; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);}
.pagelist li.active a{border-color:#fb8557;background:#fb8557;color:#fff;}
.pagelist li span.current{border-color:#eee;background:#eee;color:#fff;}